home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / findemo1.arc / INSTALL.DAT < prev    next >
Text File  |  1990-09-10  |  4KB  |  180 lines

  1.                                 
  2. @DefineProject
  3.         @Name           = "FINALE DEMO"   /* 3.5 - 2 disk script */
  4.         @Version        = "1.1.1"
  5.         @Subdir         = "\\"
  6.         @OutDrive       = C
  7.         @Requires       @HardDisk
  8.         @Requires       140000
  9.  
  10. @EndProject
  11.  
  12. @DefineVars
  13.  
  14.         @Dir @Subdir10 = "\\FINALE\\"
  15.         @Dir @Subdir20 = "\\WINDOWS\\"
  16.         
  17. @EndVars
  18.   
  19. @Display
  20.         @Cls
  21.  
  22.         This program will install the FINALE Demo disk on your computer
  23.         system and verify the integrity of the distribution disk.
  24.         You may press the [Esc] key at any time to abort the installation.
  25.  
  26.         @NAME MUST be installed on a hard drive and will only run under
  27.         Microsoft Windows 2.1 or higher.
  28.  
  29.         Please be sure that Microsoft Windows has been installed properly 
  30.         before attempting to run @NAME.
  31.  
  32.        
  33.  
  34.          @Pause
  35. @EndDisplay
  36.  
  37. @GetOutDrive
  38.         @Suppress A
  39.         @Suppress B        
  40.         @CLS
  41.  
  42.               On which disk drive do you wish to install @Name:
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.                         Please select your Hard Drive.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.         Use the [Up Arrow], [Down Arrow], [Pg Up], or [Pg Dn] keys
  58.         to move the bar to the disk drive you wish to install to 
  59.         and then press the [Enter] key.
  60.  
  61. @EndOutDrive
  62.  
  63. @GetOption
  64.         @Checkbox
  65.         @Cls
  66.      Now you need to select the parts of @Name you wish to install.
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.         
  76.         
  77.     If you are installing the @NAME for the first time please 
  78.     press [ENTER] to install all of the options.
  79.  
  80.     or else:
  81.  
  82.     Use the [Up Arrow], [Down Arrow], [PgUp], & [PgDn] keys to move the 
  83.     selection bar to the group(s) you wish to eliminate and then press 
  84.     the [Space] bar to toggle the option from "Yes" to "No". Press 
  85.     [Enter] when you have selected the option(s) you want to install.
  86.         @Option 10 = "The @Name Program"
  87.         @Option 20 = "The @Name System Fonts"
  88.         
  89. @EndOption
  90.  
  91. @If (10 [= @Option)
  92.    @GetSubdir  @Subdir10
  93.        @Cls      
  94.       
  95.        @Default = "\\FINDEMO\\"
  96.        @Prompt = " Enter the directory where FINDEMO.EXE will reside " 
  97.            
  98.         We recommend that you use a directory called \FINDEMO\. If you 
  99.         want to use this name, just press [Enter]. If you want change 
  100.         the directory name, press the [Esc] key to clear the line
  101.         and type in a new name.          
  102.         
  103.  
  104.    @EndSubdir        
  105. @EndIf        
  106.  
  107.  
  108. @If (20 [= @Option)
  109.    @GetSubdir  @Subdir20 
  110.        @Cls
  111.  
  112.         The @Name installer will install the System Fonts in your 
  113.         system. These screen fonts MUST reside in the  directory where 
  114.         your Microsoft Windows application resides. If @Subdir20 is the
  115.         proper default, just press [Enter]. If you need to change the
  116.         directory name, press [Esc] to clear the line and type in a new
  117.         name.  
  118.         
  119.        @Default = "\\WINDOWS\\"
  120.        @Prompt = " Enter the directory where Windows resides "     
  121.         
  122.  
  123.    @EndSubdir
  124. @EndIf
  125.  
  126. @DefineDisk
  127.  
  128.         @LABEL = "Finale Demo Installer Disk B"
  129.  
  130.         @BeginLib FINDEMO.LIF           
  131.  
  132.                 @File   FINDEMO.EXE @Option 10 @Out @Subdir10\*.* 
  133.                         
  134.         @EndLib
  135.                 
  136. @EndDisk
  137.  
  138. @DefineDisk
  139.  
  140.         @Label = "Finale Demo Installer Disk A"
  141.  
  142.                 @BeginLib FINDLG.LIF 
  143.               
  144.                 @File   FINDLG.EXE @Option 10 @Out @Subdir10\*.*
  145.  
  146.         @EndLib
  147.  
  148.         
  149.         @BeginLib DRIVERS.LIF
  150.  
  151.                 @File    MPUDRVR.EXE @Option 10 @Out @Subdir10\*.*
  152.                 @File    IMFDRVR.EXE @Option 10 @Out @Subdir10\*.*
  153.                 @File     C1DRVR.EXE @Option 10 @Out @Subdir10\*.*
  154.                 @File   MIDIDRVR.EXE @Option 10 @Out @Subdir10\*.*
  155.                         @File      TASTE.MUS @Option 10 @Out @Subdir10\*.*
  156.                         @File   CHORDSFX.LIB @Option 10 @Out @Subdir10\*.*
  157.        
  158.         @EndLib
  159.      
  160.         
  161.         @BeginLib WINFONTS.LIF
  162.  
  163.                 @File   PETRUB.FON   @Option 20 @Out @Subdir20\*.*
  164.                 @File   PETRUE.FON   @Option 20 @Out @Subdir20\*.*
  165.                 
  166.         @EndLib
  167.  
  168. @EndDisk
  169.  
  170. @Finish
  171.         
  172.     @Cls
  173. End of FINALE Demo disk installation.
  174.  
  175.     @Pause
  176.         @ChDrive @Outdrive
  177.         @ChDir "\\"
  178.  
  179. @EndFinish
  180.